crypto/aes.aesCipher.dec (field)

6 uses

	crypto/aes (current package)
		cipher.go#L19: 	dec []uint32
		cipher.go#L48: 	expandKeyGo(key, c.enc, c.dec)
		cipher.go#L77: 	decryptBlockGo(c.dec, dst, src)
		cipher_asm.go#L49: 	expandKeyAsm(rounds, &key[0], &c.enc[0], &c.dec[0])
		cipher_asm.go#L81: 	decryptBlockAsm(len(c.dec)/4-1, &c.dec[0], &dst[0], &src[0])